.videoContent {
  position: relative;
  overflow: hidden;
}

.page-home-top {
  height: 61px;
  background: #52514c;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
}

.main-container_T {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

.main-container_T .close_x{
  position: absolute;
  top: 16px;
  right: -62px;
  width: 28px;
  cursor: pointer;
}

.poster {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    180deg,
    rgba(0, 175, 173, 0.7) 0%,
    rgba(0, 093, 160, 0.7) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  right: 0;
}

.poster-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 22%;
}

.page-home-top .top-container {
  height: 61px;
  color: #fff;
  font-size: 13px;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.d-flex {
  display: flex;
}

.page-home-top .top-list li {
  margin-left: 60px;
  cursor: pointer;
}

.page-home-top .top-list li:first-child {
  margin-left: 0;
}

.align-item-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.page-home-top .top-list img {
  margin-right: 10px;
}

.page-home-top .top-container p {
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  text-shadow: 1px 2px 3px rgba(48, 41, 39, 0.59);
}



.poster-container .swiper-pagination-bullets {
  left: 50% !important;
  width: 40% !important;
  transform: translateX(-50%) !important;
}

.custom_background .swiper-container {
  height: 119px;
}

.custom_background .swiper-pagination-bullet {
  background: #fff;
}

.custom_background .poster-container .swiper-pagination-bullets {
  left: 43px !important;
  width: auto !important;
  transform: translateX(-50%) !important;
  position: absolute;
  left: -24px;
  z-index: 99;
}

/* .custom_background .poster-container .swiper-pagination-bullet{
  background: #e9dddd;
} */

.banner-container .main-title {
  font-size: 22px;
}

.banner-container .middle-title {
  font-size: 32px;
  margin-bottom: 10px;
}

.banner-container .nomarl-title {
  font-size: 18px;
}

.banner-container .nomarl-title-top {
  margin-bottom: 40px;
}

.banner-container .nomarl-title-notice {
  margin-top: 30px;
}

.link-group {
  margin-top: 10px;
  width: 550px;
}

.link-group span {
  display: inline-block;
  margin-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  border-right: 2px solid #fff;
  height: 21px;
  line-height: 21px;
  margin-bottom: 10px;
}

.link-group-short {
  width: 450px;
}

a.know-more-link {
  color: #fff;
  font-size: 18px;
  margin-top: 16px;
  display: inline-block;
  border: 1px solid #fff;
  padding: 4px 12px;
  border-radius: 4px;
  transition: all 0.3s;
}

a.know-more-link:hover {
  color: #ff5757;
  border: 1px solid #ff5757;
  transition: all 0.3s;
}

.color-font {
  color: #f0f400;
}

.banner-container {
  position: relative;
}

.banner-container .swiper-button-prev,
.banner-container .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}

.banner-container .banner {
  width: 100%;
}

.banner-container .banner img {
  width: 100%;
}

.laboratory {
  width: 100%;
}

.laboratory .shiyan-bg {
  padding: 24px 0 24px 0;
  width: 100%;
  /* background: url("../images/changsha.jpg") no-repeat; */
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background: #302a27; */
  background: #302a27;
}

.laboratory .title {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 24px;
  color: #f5d682;
  margin-top: 0;
  letter-spacing: 5px;
}

.laboratory .title_line {
  justify-content: center;
}

.lab_content {
  width: 1190px;
  margin: 0 auto;
  /* margin-top: 50px; */
  /* margin-top: 32px; */
}

.lab_content .lab_left {
  width: 144px;
}

.lab_content .lab_left .lab_left_item {
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
  margin-bottom: 2px;
  /* background: #f1f5f5; */
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  color: #e8d9ba;
  letter-spacing: 2px;
}

.lab_content .lab_left .lab_left_item:hover,
.lab_content .lab_left .lab_left_item.active {
  background: #52514c;
  color: #f5d682;
}

.lab_content .lab_right {
  padding: 28px 40px;
  /* background: #fff; */
  border-bottom-right-radius: 20px;
  /* border-bottom-left-radius: 20px; */
  border-top-right-radius: 20px;
  background: #52514c;
  box-sizing: border-box;
}

.lab_content .lab_right .is-hide {
  display: none;
}

.lab_content .lab_right .lab_right_top {
  width: 912px;
  height: 444px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.lab_content .lab_right .lab_right_top .swiper-wrapper .swiper-slide {
  width: 912px;
  height: 444px;
}

.lab_content .lab_right .lab_right_top .swiper-wrapper .swiper-slide img {
  width: 912px;
  height: 444px;
}

.lab_content .lab_right .lab_right_top a {
  height: 100%;
  display: block;
}

.lab_content .lab_right .lab_right_top .mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  color: #fff;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  border-radius: 0px 0px 9px 9px;
}

.lab_content .lab_right .lab_right_top .mask .mask-title {
  text-align: center;
  padding: 10px 0;
}

.lab_content .lab_right .lab_right_top .mask .mask-content {
  padding: 0 15px;
  height: 63px;
  overflow: hidden;
}

.lab_content .lab_right .lab_right_top .lab_img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.lab_content .lab_right .lab_swiper {
  width: 918px;
  height: 150px;
  margin-top: 25px;
}

.lab_content .lab_right .lab_swiper .swiper-wrapper {
  width: 800px !important;
  margin: 0 auto;
  left: -26px;
}

.lab_content .lab_right .lab_swiper .swiper-wrapper img {
  width: 240px;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.lab_content .lab_right .lab_swiper .swiper-button-prev,
.lab_content .lab_right .lab_swiper .swiper-button-next {
  width: 24px;
  height: 150px;
  background: #dfdfdf;
  border-radius: 10px;
  top: 8px !important;
}

.lab_content .lab_right .lab_swiper .swiper-button-prev {
  left: 0px !important;
}

.lab_content .lab_right .lab_swiper .swiper-button-next {
  right: 0px !important;
}

.lab_content .small-home-bannner {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}

.lab_content .small-home-bannner .img-box {
  width: 213px;
}

.lab_content .small-home-bannner .img-box img {
  width: 280px;
  border-radius: 4px;
}

.lab_content .small-home-bannner .img-slide-box-container {
  width: 398px;
  /* margin-right: 20px; */
}

.lab_content .small-home-bannner .img-slide-box img {
  width: 186px;
  border-radius: 4px;
}

.lab_content .small-home-bannner .description {
  width: 690px;
  height: 104px;
  color: #fff;
  font-size: 15px;
  margin-right: 9px;
  line-height: 2;
}

.lab_content .small-home-bannner .img-box-more {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/more-bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  height: 104px;
  width: 213px;
}

.lab_content .lab_more {
  height: 50px;
  display: flex;
  justify-content: flex-end;
  background: #fff;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
}

.lab_more img {
  margin-left: 10px;
}

.proportion {
  width: 100%;
  padding: 50px 0 80px 0;
  background: url(../images/proportion.jpg) no-repeat;
  background-size: 100% 100%;
}

.proportion .proportion_content {
  margin-top: 40px;
}

.map {
  width: 550px;
  height: 560px;
}

.proportion_content_right {
  width: 40%;
  margin-left: 85px;
  font-size: 18px;
}

.flex_x_center {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.proportion_content_right .item {
  color: #25f1ef;
}

.proportion_content_right .item .top {
  font-size: 50px !important;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 10px;
}

.proportion_content_right .progress-item {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
}

.proportion_content_right .progress-item p {
  min-width: 72px;
  font-size: 16px;
  margin-bottom: 5px;
  color: #fff;
}

.proportion_content_right .progress-value {
  display: flex;
  margin-left: 0;
  align-items: center;
  color: #fff;
}

.proportion_content_right .progress-value div {
  transition: all 0.9s;
  height: 13px;
  border-radius: 7px;
}

.proportion_content_right .progress-value span {
  font-size: 14px;
  margin-left: 10px;
}

.shiyan-procress {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px !important;
  height: auto;
}

.article {
  width: 100%;
  padding: 24px 0;
  /* background: #213E2B; */
  background: #302a27;
}

.article .title {
  font-size: 24px;
  /* color: #044b9c; */
  color: #f5d682;
  letter-spacing: 5px;
}

.aiticle_content {
  padding: 40px;
  /* background: #fff; */
  border-radius: 20px;
  margin: 24px 20px 0px 20px;
  /* background: #4a4021; */
  background: #52514c;
}

.aiticle_content .ac_left {
  width: 49%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.aiticle_content .is-hide {
  display: none;
}

.aiticle_content .ac_left img {
  width: 100%;
  height: 100%;
}

.aiticle_content .ac_left p {
  position: absolute;
  padding: 0 26px;
  bottom: 26px;
  left: 0;
  /* color: #fff; */
  color: #f5d682;
}

.ac_center {
  width: 140px;
  height: 420px;
  /* background: #f1f1f1; */
  border-radius: 10px;
  margin-left: 10px;
  background: #302a27;
  /* border: 2px solid #f5d682; */
}

.ac_center .acc_item {
  height: 33.3%;
  cursor: pointer;
}

.ac_center .acc_item p {
  font-size: 18px;
  min-width: 100px;
  color: #f5d682;
}

.ac_center .acc_item div {
  min-width: 100px;
  font-size: 14px;
  text-align: right;
  margin-top: 5px;
}

.ac_center .acc_item .jt {
  display: none;
}

.ac_center .acc_item.active {
  color: #044b9c;
}

.ac_center .acc_item.active .jt {
  display: inline-block;
}

.ac_right {
  margin-left: 28px;
  width: 516px;
}

.acr_item:not(:first-child) {
  margin-top:19px;
}

.ac_right .acr_item .art_time {
  width: 80px;
  height: 80px;
  /* background: #0e68cd; */
  border-radius: 10px;
  color: #fff;
  background: #302a27;
  color: #f5d682;
  /* border: 2px solid #f5d682; */
}

.ac_right .acr_item p {
  font-size: 24px;
}

.ac_right .acr_item div {
  font-size: 14px;
  margin-top: 2px;
}

.ac_right .acr_item .text_more2 {
  color: #bc8a2c;
}

.acr_right {
  width: 424px;
  height: 80px;
  margin-left: 14px;
}

.acr_right > p.text_more {
  /* color: #3399ff; */
  font-size: 16px;
  color: #f5d682;
}

.acr_right > div {
  font-size: 14px;
  margin-top: 14px;
  line-height: 24px;
}

.more-icon {
  text-align: right;
  margin-top: 0;
}

.more-icon a {
  display: inline-block;
  cursor: pointer;
  padding: 3px 7px;
  border-radius: 4px;
  /* background-color: rgba(15, 104, 206, 0.25); */
  background-color: #f5d682;
  margin-top: 10px;
}

.myChartChina {
  position: relative;
}

.map-content {
  position: relative;
}

.map-icon {
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ff5757;
  border-radius: 50%;
  left: 355px;
  bottom: 183px;
}

.map-city {
  font-size: 14px;
  color: #ffff00;
  position: absolute;
  left: 342px;
  bottom: 184px;
}

@media screen and(max-width:1366px) {
  .home .laboratory .lab_content {
    width: 1025px !important;
  }
  .home .laboratory .lab_content .lab_left {
    width: 14%;
  }
  .home .laboratory .lab_content .lab_right {
    width: 76%;
  }
  .home .laboratory .lab_content .lab_right .lab_right_top {
    width: auto;
  }
  .home .laboratory .lab_content .small-home-bannner .img-slide-box img,
  .home .laboratory .lab_content .small-home-bannner .img-box {
    width: 200px;
  }
}

.case_module .search_items {
  padding: 5px 0;
  height: 70px;
  box-sizing: border-box;
  margin: 24px auto;
  /* background: #e8e8ed; */
  border-radius: 41px;
  display: flex;
  align-items: center;
  background: #52514c;
}

.case_module .search_items li {
  width: 150px;
  text-align: center;
  background-color: #302a27;
  border: 1px solid transparent;
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  color: #5c5c5c;
  transition: all 0.5s linear;
  margin-right: 20px;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  color: #b9adad;
}
.case_module .search_items li:hover{
	background-color: #bc8a2c; color: #fff;
}


.case_module .search_items li:first-child {
  margin-left: 15px;
}

.case_module .search_items li:last-child {
  margin-right: 15px;
}

.case_module .search_items .active {
  /* background: #3f3f65;
  color: #fff; */
  background: #302a27;
  color: #f5d682;
}

.case_module .picture_list {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

.case_module .picture_list .picture_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.case_module .picture_list .scan-img {
  position: absolute;
  left: -210px;
  top: -73px;
  width: 200px;
  height: auto;
}

.indexb2{position: absolute; left:-240px; top:-100px; z-index: 100; width: 200px; height:auto;}


.case_module .picture_list .p_items {
  width: 214px;
  height: 220px;
  box-sizing: border-box;
  border-radius: 16px;
  margin-right: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}

.case_module .picture_list .p_items a {
  display: block;
  width: 100%;
  height: 100%;
}

.case_module .picture_list .p_items:nth-child(4n) {
  margin-right: 0;
}

.case_module .picture_list .p_items img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  display: block;
  transition: transform 0.5s ease;
}

.case_module .picture_list .p_items:hover img{
  transform: scale(1.2);
}
.case_module .picture_list .p_items:hover p{
  color: #fff;
}


.case_module .picture_list .p_items p {
  height: 40px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
  background: #52514c;
  color: #f5d682;
  position:absolute; 
  bottom: 0;
  left:0;
  right:0;
}

.case_module .see_more {
  height: 40px;
  border-radius: 20px;
  width: 180px;
  margin: 0 auto;
  /* background: linear-gradient(to right, #8d00da, #b51cb4, #de3399, #fc477e); */
  font-weight: bold;
  /* color: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  background: #52514c;
  color: #f5d682;
}

.antibody_module .see_more {
  height: 40px;
  border-radius: 20px;
  width: 180px;
  margin: 0 auto;
  /* background: linear-gradient(to right, #8d00da, #b51cb4, #de3399, #fc477e); */
  font-weight: bold;
  color: #f5d682;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  /* background: #4a4021; */
  background: #52514c;
}

.antibody_module .see_more img {
  width: 20px;
}

.case_module .see_more img {
  width: 20px;
}

.antibody_module .select-boxs {
  display: flex;
  justify-content: center;
  width: 470px;
  margin: 24px auto;
  height: 52px;
  align-items: center;
}

.antibody_module .select-boxs ul {
  width: 100%;
  height: 100%;
  display: flex;
  width: 100%;
}

.antibody_module .select-boxs ul li {
  width: 50%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s linear;
}

.antibody_module .select-boxs ul li:hover{
	color: #fff;
	background-color: #bc8a2c;
}

.antibody_module .select-boxs ul li:nth-child(1) {
  border-radius: 8px;
  margin-right: 13px;
}

.antibody_module .select-boxs ul li:nth-child(2) {
  border-radius: 8px;
}

.antibody_module .select-boxs ul .active {
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #f5d682;
  line-height: 50px;
  box-sizing: border-box;
  transform: 1s;
  color: #f5d682;
}

/* .antibody_module .select-boxs p {
  margin-right: 24px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
} */

/* 自定义下拉框样式 */
.custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 300px;
}

.custom-select-wrapper img {
  width: 20px;
  position: absolute;
  top: 10px;
  right: 20px;
}

.custom-select-trigger {
  position: relative;
  display: block;
  padding: 8px 16px;
  font-size: 16px;
  background-color: #f2f2f2;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-options.visible {
  display: block;
}

.custom-options li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.custom-options .active {
  background-color: #f9f9f9;
}

.custom-options li:hover {
  background-color: #f9f9f9;
}

.custom-options li:last-child {
  border-bottom: none;
}

.antibody_module .product-tab-box {
  padding: 20px;
  /* background-color: #fff; */
  width: 900px;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 8px;
  position: relative;
  /* background-color: #4a4021; */
  background: #52514c;
}

.antibody_module .product-tab-box .scan-img {
  position: absolute;
  left: -272px;
  top: -60px;
}

.antibody_module .product-tab-box .tab-header {
  padding: 8px 0;
  /* border-bottom: 2px solid #d8d8d8; */
  display: flex;
  align-items: center;
}

.antibody_module .product-tab-box .tab-header .table-item {
  font-size: 15px;
  font-weight: 700;
  padding: 0 10px;
  text-align: center;
  color: #f5d682;
}

.antibody_module .product-tab-box .tab-header .table-item:nth-child(1) {
  width: 80px;
}

.antibody_module .product-tab-box .tab-header .table-item:nth-child(2) {
  width: 120px;
}

.antibody_module .product-tab-box .tab-header .table-item:nth-child(3) {
  width: 230px;
}

.antibody_module .product-tab-box .tab-header .table-item:nth-child(4) {
  width: 180px;
}

.antibody_module .product-tab-box .tab-header .table-item:nth-child(5) {
  width: 150px;
}

.table-box-list .table-row {
  height: 44px;
  /* border-bottom: 1px solid #dcdcdc; */
  display: flex;
  align-items: center;
}
.table-box-list .table-row:hover .table-item{
   color: #f5d682;
}

.table-box-list .table-row .table-item:nth-child(1) {
  width: 80px;
}

.table-box-list .table-row .table-item:nth-child(2) {
  width: 120px;
}
.table-box-list .table-row .table-item:nth-child(3) {
  width: 230px;
}
.table-box-list .table-row .table-item:nth-child(4) {
  width: 180px;
}
.table-box-list .table-row .table-item:nth-child(5) {
  width: 150px;
}

.table-box-list a:nth-child(odd) .table-row {
  /* background-color: #f5f5f5; */
  border-radius: 5px;
  background: #302a27;
}

.table-box-list .table-row .table-item {
  padding: 0 10px;
  font-size: 13px;
  word-wrap: break-word;
  /* color: #6699cc; */
  text-align: center;
  color: #bc8a2c;
}

.table-box-list .table-row .tag {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  background: #926d2a;
  border-radius: 4px;
  padding: 0 10px;
  margin-right: 7px;
  color: #f5d682; 
  font-size: 13px;
}

/* .table-box-list .table-row .tag.blue-tag {
  background-color: #003366;
} */


.text-center {
  text-align: center;
}
.mt30 {
  margin-top: 24px;
}

.container-center {
  width: 100%;
  background: #302a27;
  /* background: #213E2B; */
  /* background: #52514c; */
}

.main-container {
  width: 1190px;
  margin: 0 auto;
}

.main-container 

.hot-title .main-title {
  font-size: 34px;
  color: #333;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.hot-title .sub-title {
  font-size: 18px;
  color: #333;
  letter-spacing: 3px;
  margin: -5px auto 30px;
}

.video-center .video-list {
  width: 1190px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.video-center .video-list li {
  width: 380px;
  /* background: #fafafa; */
}
 

.video-center .video-list .video {
  position: relative;
  height: 202px;
}

.video-center .video-list li video {
  height: 202px;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid #f5d682;
  box-sizing: border-box;
}

.video-center .video-list li .desc {
  font-size: 14px;
  font-weight: 400;
  /* color: #666; */
  padding-bottom: 23px;
  border-radius: 0 0 10px 10px;
  color: #bc8a2c;
}

.video_cup img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s linear;
  z-index: 9;
  border-radius: 50%;
  cursor: pointer;
}

.video-center .video-list li:hover .video_cup img{
   background: #926d2a;
   border-radius: 50%;
}

.video-center .video-list li .ll {
  border-radius: 0 0 10px 10px;
  height: 96px;
  box-sizing: border-box;
  padding-top: 20px;
}



.video-center .video-list li .name {
  font-size: 17px;
  font-weight: bold;
  color: #f5d682;
  transition: all 0.2s linear;
  margin-bottom: 10px;
}

.video-center .video-list li:hover .name{
	color: #fff;
}

.text-center {
  text-align: center;
}

.laboratory_box {
  width: 885px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.laboratory_box .lab_item {
  width: calc(20% - 18px);
  margin-right: 20px;
  border: 1px solid #f5d682;
  display: flex;
  background: #302a27;
  color: #fff;
  margin-bottom: 16px;
  height: 110px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 14px;
  font-size: 14px;
}

.laboratory_box .lab_item:hover {
  color: #f5d682;
}

.laboratory_box .lab_item:nth-child(5n) {
  margin-right: 0;
}
